home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000086_jaltman@watsun.cc.columbia.edu_Sat Oct 27 11:24:03 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1. Article: 12901 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: K95 Connection Difficulties
  6. Date: 27 Oct 2001 14:22:27 GMT
  7. Organization: Columbia University
  8. Lines: 28
  9. Message-ID: <9refv3$s9a$1@newsmaster.cc.columbia.edu>
  10. References: <9rd3nb02smd@enews3.newsguy.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1004192547 28970 128.59.39.2 (27 Oct 2001 14:22:27 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Oct 2001 14:22:27 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12901
  16.  
  17. In article <9rd3nb02smd@enews3.newsguy.com>,
  18. Grinder <grinder@no.spam.maam.com> wrote:
  19. : Here's a typical tapi-style script that I'm using (the rest is
  20. : boilerplate login and swap files stuff):
  21. : ; Account Configuration
  22. : define \%n 1-877-222-2222
  23. : define \%u yyyyyyy
  24. : define \%p xxxxxxx
  25. : ; Modem Configuration
  26. : set modem type none
  27. : set tapi line Creative_Modem_Blaster_Flash56_PCI_DI5630-4
  28. : set modem type tapi
  29.  
  30. Change this to
  31.  
  32.   SET TAPI MODEM-DIALING ON
  33.   SET MODEM TYPE TAPI
  34.   SET TAPI LINE Creative_Modem_Blaster_Flash56_PCI_DI5630-4
  35.   IF FAILURE EXIT 1 Unable to open Creative_Modem_Blaster_Flash56_PCI_DI5630-4
  36.  
  37.  
  38.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  39.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  40.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  41.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  42.